1bashThis demonstrates extracting the second word from a string using awk.echo "hello world" | awk '{print $2}'external toolsawkbasic field extraction